home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / archive / qaz_309.arj / QAZ.MAN < prev    next >
Text File  |  1994-03-30  |  26KB  |  643 lines

  1.  
  2.  
  3.                                                              QAZ v3.09c
  4.                                        by Robert Rothenburg Walking-Owl
  5.                              Copyright (c)1993,1994 All Rights Reserved
  6.  
  7.  
  8.                                                                       A 
  9.                                                               No-Frills
  10.                                                            User's Guide 
  11.                                                              and Manual
  12.  
  13.  
  14.  
  15.                                     "No archiver too obscure... almost"
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25. License and Distribution
  26. ───────────────────────────────────────────────────────────────────────
  27. Individuals and institutions have the right to use this software freely
  28. so long as it is neither modified nor distributed for profit.
  29.  
  30. Contacting the Author
  31. ───────────────────────────────────────────────────────────────────────
  32. Although no registration is required (as the author is unsure of a per-
  33. manent address for the next couple of years) voluntary donations are
  34. accepted.  Preferrably a post-card or e-mail if nothing else.
  35.  
  36. The author (myself) may be reached at:
  37.  
  38. (post)          Robert Rothenburg Walking-Owl
  39.                 P.O. Box 1327
  40.                 South Stony Brook, NY 11790-0951 USA
  41.  
  42. (electronic)    robert.rothenburg@asb.com
  43.                 robert.rothenburg@woodybbs.com
  44.  
  45.  
  46.  
  47.  
  48.  
  49. Legal Miscellanea
  50. ───────────────────────────────────────────────────────────────────────
  51. Being free, the author makes no guarantees or warrantees as to the use,
  52. misuse or abuse of this software.  The author shall not be held respon-
  53. sible for damage to (or improvement of) data, time, finance, ideologies
  54. et cetera in association with the use of this program (QAZ).
  55.  
  56. The author also makes no gurantees that QAZ will correctly identify and
  57. handle everything (it's impossible).  However, much effort and time has
  58. been put into making QAZ as complete and powerful as possible.
  59.  
  60. Users of this utility take all responsibility for the licensing requir-
  61. ements of associated software(s) used in conjunction with QAZ.
  62.  
  63. The various archive formats and utilities, as well as operating systems
  64. and other softwares are the respecting trademarks or copyrights of the
  65. various people and-or corporations that own whatever rights there are to
  66. their respective products, etc.
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73. What is QAZ?
  74. ───────────────────────────────────────────────────────────────────────
  75. "QAZ" stands for Q-A-Z, the leftmost three keys on a standard American
  76. QWERTY-style keyboard (I couldn't think up a better name for it at the
  77. time).
  78.  
  79. QAZ is an "almost universal archive viewer".  It will recognize, if not
  80. view, most compressed- or archive(r)-file formats, specifically in the
  81. DOS platform, although other types (from the Amiga, Macintosh and Unix)
  82. are recognized as well.  (See the file WHICHARC.TXT for more details.)
  83.  
  84. QAZ is also capable of searching a drive for archives which contain a
  85. specified set of files, or of returning exit codes identifying the file
  86. type or attributes of the file (such as whether an archive contains AV
  87. information or password-protected files) which can be used by other
  88. software.
  89.  
  90. The output of QAZ is to standard-output, which means it can be used as
  91. an online BBS viewing utility. The format of the listing is very cust-
  92. omizable to suit users' individual tastes.
  93.  
  94. Note that the default date and time format settings should conform to
  95. the DOS defaults on users' native systems.
  96.  
  97. General Usage:
  98. ───────────────────────────────────────────────────────────────────────
  99. If you run QAZ with no options, you should get a similar display:
  100.  
  101.  
  102. Usage: QAZ archivefile [datafiles] [options] [[|pipe] > stdout]
  103.  
  104.        Options: 
  105.        ========
  106.         -a[±]           ANSI            -b[±]           Bare List
  107.         -c[lm]..        Character       -w[±]           Wide List
  108.         -df[dsv][012]   Date Format     -v[acdinopst]   View
  109.         -dt[sl]         Time Format     -m[dinqstx±]    List Mode
  110.         -sr[0-3]        Ratio Format    -f[bcfup-]      List Format
  111.         -wl..           Line Width      -p[apv]file     Picklist
  112.         -d[..][,][..]   List by Date    -p[o]file       Optionlist
  113.         -s[..][,][..]   List by Size    -r[aci±]        Return Code
  114.         -o[adenopr±]    Order List      -u[berstvx±]    Search Mode
  115.         -t[dfp±]        Tree List       -z[±][..]       Time-Zone
  116.         -l[s±]          Lowercase       @file           Picklist
  117.  
  118. QAZ v3.09c Copyright (c)1993,94 Robert Rothenburg Walking-Owl (31-Mar-94)
  119. A Universal Archive Viewing Utility: "No archiver too obscure...(almost)"
  120.  
  121.  
  122. QAZ can be run in "vanilla" mode with no options: qaz filename (as an ex-
  123. ample, 'qaz foobar.lzh'.  QAZ will also accept wildcards, and given the
  124. options, can even span an entire disk searching for archives which contain
  125. specified files (by names, dates or sizes).
  126.  
  127. Acceptable wildcards are the standard DOS '*' and '?', as well as the un-
  128. documented variants 'name' (with no extention = 'name.*') or '.ext' meaning
  129. '*.ext'.  Also acceptable are 'not'-specs (^filespec = all files except the
  130. given filespec) or sets (ie., '[abc]' or '[0-9,abcd]').
  131.  
  132.  
  133. Meaning of the Options:
  134. ───────────────────────────────────────────────────────────────────────
  135. Following is a "quick-and-dirty" summary of the options.  Since QAZ does
  136. not write to any files (unless redirected), it's safe to play around with
  137. them to get a feel for the program and even discover a few funky things
  138. you can do wuth it.
  139.  
  140. The option letters can be preceed by either a dash ('-') or a backslash
  141. ('/').
  142.  
  143.  
  144.  
  145. Listing in ANSI Color
  146. ───────────────────────────────────────────────────────────────────────
  147. -a[±]              Enables (-a+) or disables (-a-) ANSI codes for color 
  148.                    (as in online/BBS usage).  Requires a suitable ANSI-
  149.                    driver (like ANSI.SYS) to be installed.
  150.  
  151.                    For this version of QAZ, the colors can't be changed.
  152.  
  153. Bare Listing
  154. ───────────────────────────────────────────────────────────────────────
  155. -b[±]              Enables (-b) or disables (-b) Bare-listing format.
  156.  
  157.                    This is similar to the /b option is DOS dir.  It can
  158.                    be used to generate picklists along with the -mq op-
  159.                    tion (ie., 'qaz foo -mq -b').
  160.  
  161. Character Codes
  162. ───────────────────────────────────────────────────────────────────────
  163. -c[lm]code         Changes the ASCII code for the cutline (-cl) or mark 
  164.                    (-cm) characters: ie., use '-cl61' for '=' as the cut-
  165.                    line.
  166.  
  167.                    This option may be used to tweak the display.
  168.  
  169. Searching files by Date
  170. ───────────────────────────────────────────────────────────────────────
  171. -d[..][,][..]      Lists files between dates. The date is formatted based 
  172.                    on -df or native country-code settings of your machine, 
  173.                    ie., MM-DD-YY, DD-MM-YY or YY-MM-DD; corresponds to the 
  174.                    same format QAZ will output a listing of the archive as.
  175.  
  176.                    ie., the same format generated by the DOS date command.
  177.  
  178.                    '-d1-1-91' to view all files dated 1-1-91. 
  179.                    '-d1-1-91,' to view all files dated 1-1-91 and after.  
  180.                    '-d,1-1-91' to view all files dated up to 1-1-91.
  181.                    '-d1-1-91,1-31-91' to view all files between 1-1 and 
  182.                                         1-31-91.
  183.  
  184.                    The above examples assume American-style dates.
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193. Setting the Date Format
  194. ───────────────────────────────────────────────────────────────────────
  195. -df[dsv][012]      Sets the date format. 
  196.                    
  197.                    '-dfd' for defaults.
  198.                    '-dfv' for verbose dates (month as abbreviated name, 
  199.                           not number, as in 'Jan' rather than '01'.)
  200.                    '-dfs' for short dates (year as YY not YYYY).
  201.                    '-df0' for American-style dates (MM-DD-YYYY).
  202.                    '-df1' for European-style dates (DD-MM-YYYY).
  203.                    '-df2' for Japanese-style dates (YYYY-MM-DD).
  204.  
  205.                    Note that the -d[..][,][..] option will expect the dates
  206.                    to be formatted as defined by the -df option.
  207.  
  208. Setting the Time Format
  209. ───────────────────────────────────────────────────────────────────────
  210. -dt[sl]            Sets the time format.
  211.  
  212.                    '-dts' for HH:MM
  213.                    '-dtl' for HH:MM:SS (default).
  214.                    
  215.  
  216.  
  217. Miscellaneous Formatting
  218. ───────────────────────────────────────────────────────────────────────
  219. -f[bcfup-]         Miscellaneous list formatting.
  220.  
  221.                    '-f-' for defaults.
  222.                    '-fc' to clip filenames lonfer than field length.
  223.                    '-ff' to two-line display of archiver name & type.
  224.                    '-fu' for *Nix-style pathnames
  225.                    '-fp' for filename shown as path+file.
  226.                    '-fb' to show the path as a seperate line (use w/ '-op').
  227.  
  228. Case Settings
  229. ───────────────────────────────────────────────────────────────────────
  230. -l[s±]             Lowercase.
  231.  
  232.                    '-ls' for defaults (no changes).
  233.                    '-l-' for uppercase.
  234.                    '-l+' for lowercase.
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241. Miscellaneous Functions
  242. ───────────────────────────────────────────────────────────────────────
  243. -m[dinqstx±]       List Mode (Miscellaneous functions).
  244.  
  245.                    '-md' for defaults.
  246.                    '-mi' for identification only.
  247.                    '-mn' for suppression of messages.
  248.                    '-mq' for quiet mode (no headers).
  249.                    '-ms' to show only if selected filenames are in archive.
  250.                    '-mt' to examine ASCII files for AR7 or BinHex archives.
  251.                    
  252.                    '-mx' for external 'debug' mode.  The listing is given
  253.                          as a series of hexidecimal numbers which external
  254.                          programs can read easily.  When combined with the
  255.                          -ra or -ri switches allow for shells and catalog-
  256.                          utilities to use QAZ powerfully.
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265. Ordering (Sorting) the Listing
  266. ───────────────────────────────────────────────────────────────────────
  267. -o[adenopr±]       Order List - defines the sorting order of the display,
  268.  
  269.                    '-o-' to disable (natural).
  270.                    '-oa' to sort by archived file size.
  271.                    '-od' to sort by date.
  272.                    '-oe' to sort by extention.
  273.                    '-on' to sort by name.
  274.                    '-or' to sort by compression ratio.
  275.                    '-op' to sort by the file-path.
  276.                    '-o-n' to sort by name in descending order.
  277.                    '-o-d' to sort by date in descending order, etc...
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289. Load Picklists
  290. ───────────────────────────────────────────────────────────────────────
  291. -p[apv]file        Load picklists.
  292.  
  293.                    '-pafile' is equivalent to 'qaz @file'
  294.                    '-ppfile' is equivalent to 'qaz archive @file'
  295.                    
  296.                    '-pvfile' loads a void-list of files that QAZ will not 
  297.                              view (as in fluke files which may cause QAZ
  298.                              to crash, or also with the -ri option to flag
  299.                              files that are in the list).
  300.  
  301. Loading Options
  302. ───────────────────────────────────────────────────────────────────────
  303. -p[o]file          Optionlist. 
  304.  
  305.                    Loads an option file: ie., 'qaz archive -poQAZ.SYS'.
  306.                    
  307.                    Functions as an alternate to (or in combination with)
  308.                    defining default options in the QAZCMD variable.
  309.  
  310.  
  311.  
  312.  
  313.  
  314. Return Code Options
  315. ───────────────────────────────────────────────────────────────────────
  316. -r[aci±]           Return exit code information about the archive.
  317.  
  318.                    '-r-' for defaults (no exit code unless damaged file).
  319.                    '-ra' for code flags if archive contains authenticity 
  320.                          info or security codes, password-protected files, 
  321.                          is self-extracting or is damaged.
  322.                    '-ri' to return an identifying code.
  323.                    '-rc' to return a count of the number of files in archive
  324.                          that match given specs.
  325.  
  326.                    See the later section of this document for info on codes.
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337. Searching Files by Size
  338. ───────────────────────────────────────────────────────────────────────
  339. -s[..][,][..]      List by Size.  Similar in format to the '-d' option,
  340.                    filters the listing by original file-sizes.
  341.  
  342.                    '-s1,'       to view only files > 1 byte.
  343.                    '-s10k,16k'  to view only files betw. 10K and 16Kbytes.
  344.                    '-s10240,16384'  (same as above.)
  345.                    '-s17347'    to view files only of 17347 bytes.
  346.                    '-s,1m'      to view all files under 1MByte.
  347.                    '-s,70384'   to view files <= 70384 bytes.
  348.  
  349. Set the format of the Ratio
  350. ───────────────────────────────────────────────────────────────────────
  351. -sr[0-3]           Set the format of the ratios (if viewed).
  352.                    
  353.                    '-sr0' for defaults (bytes-per-byte ratio).
  354.                    '-sr1' for Zip-style percent compressed.
  355.                    '-sr2' for Lha-style percent of original.
  356.                    '-sr3' for bits-per-byte ratio.
  357.  
  358.  
  359.  
  360.  
  361. Viewing the Directory Tree
  362. ───────────────────────────────────────────────────────────────────────
  363. -t[dfp±]           Tree List
  364.  
  365.                    '-t'  for tree view of directories.
  366.                    '-tf' for tree view, including files.
  367.  
  368.                    Similar to the DOS tree command.
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385. Setting Search Options
  386. ───────────────────────────────────────────────────────────────────────
  387. -u[berstvx±]       Search Mode, miscellaneous functions.
  388.  
  389.                    '-u-' for defaults.
  390.                    '-ub' for a bell when done.
  391.                    '-ue' to load search specs from QAZSPEC variable.
  392.                    '-ur' to recurse iin subdirectories.
  393.                    '-us' to load search specs from an internal list of 
  394.                          common archive specs (See later section).
  395.                    '-ut' to give approximate search time.
  396.                    '-uv' for verbose searches.
  397.                    '-ux' to search for files outside of archves as well.
  398.  
  399.                    ie., to search a disk drive for archives which contain
  400.                    a file, use:
  401.  
  402.                      qaz drive\ -ursv -msi
  403.  
  404.  
  405.  
  406.  
  407.  
  408.  
  409. Defining the View
  410. ───────────────────────────────────────────────────────────────────────
  411. -v[acdinoprst]     View format, for defining alternate listings.
  412.  
  413.                    '-vc' to show archiver comment.
  414.                    '-v[dinoprst]' for altering listing fields. ie., to
  415.                    have a listing which shows the name (16 chars, left-
  416.                    justified), original & archived sizes (9 chars, right-
  417.                    justified), ratio, date, time and CRC/CheckSum, use:
  418.  
  419.                      qaz archive -vn+16o-09a-09r_dt_s
  420.  
  421.                    the 'n' field means filename.
  422.                    the 'p' field means file path (if -fp option is not used).
  423.                    the 'o' field means original size.
  424.                    the 'a' field means archived size.
  425.                    the 'r' field means ratio.
  426.                    the 'd' field means date.
  427.                    the 't' field means time.
  428.                    the 's' field means CRC.
  429.                    the '_' field means to insert a space between fields.
  430.  
  431.                    All fields can be followed by a +xx or -xx, where 'xx' is
  432.                    a two-digit decimal number referring to the number of
  433.                    spaces in the field. '-xx' means to right-justify. '+xx'
  434.                    means to left-justify the field.
  435.  
  436.  
  437. Wide Listings
  438. ───────────────────────────────────────────────────────────────────────
  439. -w[±]              Wide List - for a wide, multi-column listing. Normally
  440.                    five names per line, unless filenames are longer, in
  441.                    which care the number of names per line will be auto-adjusted.
  442.  
  443. Line Width
  444. ───────────────────────────────────────────────────────────────────────
  445. -wl..              Line Width: Use -wlxxx to set the width of the cutline to
  446.                    'xxx' characters.  ie., '-wl069' to set to 69 characters.
  447.                    (Default is 79 characters.)
  448.  
  449. Time Zone
  450. ───────────────────────────────────────────────────────────────────────
  451. -z[±][..]          Time-Zone  - Set the Timezome.
  452.  
  453.                    '-z+' enables use of TZ variable (Default)
  454.                    '-z0' disables (sets to GMT).
  455.                    '-z5' sets to EST5 (GMT-5).
  456.  
  457.                    Useful for Unix or Mac formats which set the time rel-
  458.                    ative to GMT.
  459.  
  460. Picklists
  461. ───────────────────────────────────────────────────────────────────────
  462. @file              Picklist. QAZ will read the file as a list of filespecs
  463.                    to use. If it is the first argument, QAZ will assume it
  464.                    is a list of archiver-specs.  If another argument, QAZ
  465.                    will assume it is a list of specs for within the file.
  466.  
  467. Setting the Default Options
  468. ───────────────────────────────────────────────────────────────────────
  469.                    Environment variable of default options. Use,
  470.  
  471.                      set qazcmd=[options]
  472.  
  473.                    ie., 'set qazcmd=-ls -ffcb -dfs'
  474.                         'set qazcmd=/poQAZ.SYS /pvQAZ.BAD'
  475.  
  476. Setting Extra Specifications
  477. ───────────────────────────────────────────────────────────────────────
  478.                    Specs for use with -ue option. ie.,
  479.  
  480.                      set qazspec=*.sdn *.spl
  481.  
  482.                    (Useful for obscure filespecs not included with the -us
  483.                    option.)
  484.  
  485. Default QAZSPECS with the -us option:
  486. ───────────────────────────────────────────────────────────────────────
  487.  
  488. *.??Z      Unix Compress/GZip     *.AR[CJ]    ARC/PKARC/PKPAK/ARJ
  489. *.CP[TZ]   CompactPro/CPShrink    *.DWC       DWC
  490. *.EXE      DOS Self-Extractors    *.GZ        GZip
  491. *.HA       HA                     *.H[AY]P    Hamarsoft HAP/Hyper
  492. *.[HZ]PK   HPACK or ZiLike        *.ICE       ReeveSoft Freeze/LHIce
  493. *.LHA      LHArc (Amiga_          *.[PS]IT    PackIt/StuffIt
  494. *.L[AB]R   Novosielski Libraries  *.LI[BFM]   Codec/Knowledge Dynamics/Limit
  495. *.LZ[HS]   LHArc/LArc             *.[CM]D     MDCD
  496. *.PAK      PAK                    *.SEA       Mac Self-Extractors
  497. *.SHK      ShrinkIt/NuFX          *.SQZ       Squeeze-It
  498. *.TAR      Unix TAR               *.Z         Unix Compress/GZip
  499. *.ZIP      Zip                    *.ZOO       Zoo
  500.  
  501.  
  502. QAZPATH
  503. ───────────────────────────────────────────────────────────────────────
  504.                    Path for qaz files, default is same path as QAZ.EXE.
  505.  
  506.                    if QAZ cannot file the -p[aopv].. files in the current 
  507.                    (or given) path, QAZ then checks the qazpath for the file. 
  508.  
  509.  
  510. Return Codes given by the '-r' option(s).
  511. ───────────────────────────────────────────────────────────────────────
  512.  
  513. When using the -ri option, QAZ will return an exit code indicating the file 
  514. type.  External programs (such as batch files) can use this information to 
  515. determine what utilities to use on the file.
  516.  
  517.       The following is a list of the return codes:
  518.  
  519.         Code            Meaning (or archive type)          QAZ Version
  520.         ----            ------------------------           -----------
  521.           0             Unknown file type
  522.           1             An error has occured (possibly a bad archive)
  523.           2             Memory overflow
  524.  
  525.          15           * Unidentified/Miscellaneous (Reserved)
  526.          16             Possibly an ASCII (7-bit) text file
  527.  
  528.          17             AR (Use AR or LHA-compatable)
  529.          18             AR7                                           
  530.          19             ARC
  531.          20             ARJ
  532.          21             Compress (Unix)
  533.          22             Compact Pro (Mac .CPT)                        
  534.          23             Central Point Shrink (CPSHRINK)
  535.          24             Diet v1
  536.          25             DWC
  537.          26             MiscroSoft Compress (Use EXPAND)
  538.          27             Freeze v2 (Unix)
  539.          28             GNU-Zip
  540.          29             HA
  541.          30             Hamarsoft HAP
  542.          31             Hyper
  543.          32             HPACK                                          
  544.          33             ReeveSoft Freeze v1.0 (for Windows)
  545.          34           * (Reserved) 
  546.          35             KBoom v1.1
  547.          36             Novosielski Libraries (LBR files)  
  548.          37           * LArc (Amiga .LHA - Use LHArc)
  549.          38             Knownledge Dynamics .LIF File                  
  550.          39             LHArc
  551.          40             PAK
  552.          41             PGP-Encrypted (.PGP)
  553.          42             PackIt (Mac .PIT)                              
  554.          43           * PUT (Use LHA-compatable)
  555.          44             Queasy (.QEZ)
  556.          45             SLIM
  557.          46             StuffIt! (Mac .SIT)                            
  558.          47             Squeeze-It! (.SQZ)
  559.          48             UltraCompressor II (.UC2)                     
  560.          49             CP/M Squeeze (SQ)
  561.          50             ZIP
  562.          51             ZOO
  563.          52             Zi-Lite/ZPack (Usu. SFX)           
  564.          53             TAR
  565.          54             SAR
  566.          55             Codec3                             
  567.          56             JRchive                            
  568.          57             LArc (Use LHArc to decompress)     
  569.          58             BinHex 4.0                         
  570.          59           * Mac Self-Extracting Archive
  571.          60             Mac DiskDoubler Archive            
  572.          61             Amiga DMS Files (?)                
  573.          62             AMG Archive                        
  574.          63             LIMIT Archive                      
  575.          64             Yabba File (.Y)                                
  576.          65             NuFX (ShrinkIt!) Archive                       
  577.          66             MDCD Archive                                   
  578.          67             Splint File (.SPL)                 - QAZ v3.09c
  579.  
  580.         
  581.         128 .. 140      Formerly Graphics formats prior to
  582.                         QAZ v2.60a.  They are no longer
  583.                         recognized by QAZ.
  584.  
  585.         254             Filename is in -pvfile list                    
  586.         255             Syntax Error (Bad Option)
  587.  
  588.       Note: Formats marked with an asterisk (*) are reserved for future 
  589.             versions of QAZ.  Formats marked with a version number are
  590.             not returned by earlier versions of QAZ.
  591.                       
  592.       StuffIt! or Compact-Pro files encoded with BinHex should return an
  593.       exit code for BinHex.
  594.  
  595.       To suppress output using the -r switch, one can do either of the
  596.       following:
  597.                       
  598.         QAZ archname -ri -mq ^*
  599.         QAZ archname -ri -mqi
  600.         QAZ archname -ri > nul
  601.  
  602.       For an example of how to use the -r switch from a batch file, look
  603.       at the included file UNQAZ.BAT. This file uses QAZ to identify the 
  604.       archive type and then attempts to unarchive the file.
  605.  
  606.       Added in this version of QAZ is the -ra option which will return an 
  607.       exit code if the file contains authentication information, password-
  608.       protected files or is part of a multi-volume archive.
  609.  
  610.       In other words, if QAZ returns an exit-code other than 0 for -ra
  611.       then one probably does not want automated system utilities to
  612.       tamper with the archive.  The codes returned by -ra are:
  613.  
  614.              Bit 0 set (1)   =  Archive may contain AV info.
  615.              Bit 1 set (2)   =  Archive may contain encrypted files.
  616.              Bit 2 set (4)   =  Archive may be part of multi-volume.
  617.              Bit 3 set (8)   =  Self-Extracting archive (DOS).
  618.  
  619.              Bit 7 set (128) =  Archive may be damaged.
  620.  
  621.       QAZ v2.60a will no longer return an exit code of 0x01 for the -ri
  622.       option is the archive is damaged, but instead return the identifying
  623.       code.  Use the -ra switch to determine if an archive may be damaged.
  624.  
  625. Thanks & Ackowledgements
  626. ───────────────────────────────────────────────────────────────────────
  627. A partial listing of people who've tested, commented on, contributed 
  628. information, requested copies or replied to my requests:
  629.  
  630.         Timm Erickson
  631.         Harald Feldmann
  632.         Peter Gutmann
  633.         Hari Hirvola
  634.         Joe Jerszynski
  635.         Rob Jung
  636.         Todd Kempf
  637.         Joe Negron
  638.         Brian Niegocki
  639.         Walter Scott
  640.         Jorj Strumolo
  641.         Nico de Vries
  642.  
  643.